-
Notifications
You must be signed in to change notification settings - Fork 56
Improve performance of triplet finding #1085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
ef0e96f to
e7fcc07
Compare
e7fcc07 to
948d3ad
Compare
|
To write it down for myself as well... Here my thinking is to wait for #1087 to be sorted out first. To get an even better view of how well this re-organization will do for us. (With memory vs. runtime.) As I keep worrying about memory use... |
Okay... 😕 |
948d3ad to
1d331cd
Compare
|
This comment was marked as outdated.
This comment was marked as outdated.
This commit improves the performance of our seed finding by computing the linear circles for the doublets only once rather than computing them multiple times. Also tweaks launch parameters to improve occupancy.
1d331cd to
aa94d94
Compare
|
Physics performance summaryHere is a summary of the physics performance effects of this PR. Command used: Seeding performanceTotal number of seeds went from 298344 to 298342 (-0.0%) Track finding performanceTotal number of found tracks went from 55977 to 55968 (-0.0%) Track fitting performanceTotal number of fitted tracks went from 55977 to 55968 (-0.0%) Note This is an automated message produced on the explicit request of a human being. |
Performance summaryHere is a summary of the performance effects of this PR: GraphicalTabular
Important All metrics in this report are given as reciprocal throughput, not as wallclock runtime. Note This is an automated message produced upon the explicit request of a human being. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||




























This commit improves the performance of our seed finding by computing the linear circles for the doublets only once rather than computing them multiple times. Also tweaks launch parameters to improve occupancy.